From 4aecc22831618eb8373d6bcc51aec465ce4ec647 Mon Sep 17 00:00:00 2001 From: Boyuan Yang Date: Sun, 28 Jul 2024 20:00:56 -0400 Subject: [PATCH] Use dh-sequence-pkgkde-symbolshelper --- debian/changelog | 3 ++- debian/control | 2 +- debian/rules | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0885c00..06be5a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,9 @@ opencc (1.1.8+ds1-1~exp1) experimental; urgency=medium * New upstream release. * debian/copyright: Update information. * debian/patches: Refresh patches. + * debian/control: Use dh-sequence-pkgkde-symbolshelper. - -- Boyuan Yang Sun, 28 Jul 2024 19:59:27 -0400 + -- Boyuan Yang Sun, 28 Jul 2024 20:00:37 -0400 opencc (1.1.7+ds1-1) unstable; urgency=medium diff --git a/debian/control b/debian/control index 9bc0480..b0a3784 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends: libmarisa-dev, libtclap-dev, opencc , - pkg-kde-tools, + dh-sequence-pkgkde-symbolshelper, pybind11-dev, python3:any, rapidjson-dev, diff --git a/debian/rules b/debian/rules index 949892e..2dd7d65 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ include /usr/share/dpkg/architecture.mk # Disable parallel build to circumvent some random build error # (needs further investigation) %: - dh $@ --buildsystem=cmake --with pkgkde_symbolshelper --no-parallel + dh $@ --buildsystem=cmake --no-parallel BUILD_OPTIONS = \ -DCMAKE_INSTALL_PREFIX=/usr \ -- 2.30.2